lcPaint_PtbufAddPoint2 Home

Adds a point into a points buffer.

 BOOL lcPaint_PtbufAddPoint2 (
   HANDLE hPtbuf,
   double X,
   double Y
 );

Parameters
hPtbuf
  Handle to points buffer.
X Y
  Coordinates of the point position.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_PtbufAddPointlcPaint_PtbufAddPointP